docs: Fix out-of-tree builds
authorHilko Bengen <bengen@debian.org>
Sun, 14 Aug 2016 11:08:25 +0000 (13:08 +0200)
committerHilko Bengen <bengen@debian.org>
Sat, 28 Jul 2018 17:00:34 +0000 (18:00 +0100)
Gbp-Pq: Name 0007-docs-Fix-out-of-tree-builds.patch

docs/Makefile.am

index a73e3712d096dbdd94350031e7b4a13bb60d72e1..ac80f48ed76d30b695a62c35c46152549d4723ed 100644 (file)
@@ -93,7 +93,7 @@ source_files := $(shell cat $(srcdir)/C_SOURCE_FILES)
 
 internal-documentation.pod: $(source_files:%=$(top_srcdir)/%)
        rm -f $@ $@-t
-       ./make-internal-documentation.pl \
+       $(srcdir)/make-internal-documentation.pl \
            --srcdir $(top_srcdir) \
            -o $@-t \
            $(source_files)